home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00030_StartÉ{É^Éì.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  271 b   |  16 lines

  1. on mouseDown
  2.   global seclick
  3.   if pushbutton() then
  4.     sound stop 1
  5.     puppetSound(seclick)
  6.     updateStage()
  7.     repeat with i = 3 to 5
  8.       set the visible of sprite i to 0
  9.     end repeat
  10.     exitready()
  11.     exitpon()
  12.     updateStage()
  13.     go("Start")
  14.   end if
  15. end
  16.